﻿@charset "utf-8";
body{position: relative; color:#333333; font-size:16px; font-family:Microsoft YaHei,Simsun,SimHei,Arial; -webkit-text-size-adjust:none;}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, textarea, ul{ padding:0; margin:0;}
li, ol, ul{ list-style:none;}
img{ border:none; border:0; max-width:100%;}
a{ text-decoration:none; color:#333333; noline:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
a:hover{color:#17519d;}
button, input, select, textarea {font-family: inherit; font-size:0.9375em;}
input:focus, textarea:focus{ outline: none;}
input::-webkit-input-placeholder{color: #cccccc;}


/*layout*/
.body-bg{background:#FFFFFF;}
.container{ width:1440px; margin:0 auto; clear:both;}
.container:after {clear: both;}
.container:after, .container:before {display:table; content: "";}
.common-row:after, .common-row:before {content: ''; display: block; clear: both;}
.common-col-space{margin:0 -15px;}
.common-col-space>*{float: left;}
.common-col-space .grid{padding: 0 15px;}
.common-col-4{width: 33.33333333%;}
.container.pt{padding-top: 30px;}
.container.pb{padding-bottom: 30px;}
.mb{margin-bottom: 30px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.container-mainBox{background: #fff; padding:20px;}
.color-blue{color: #17519d;}
.color-999{color: #999;}
.fl{float: left;}
.fr{float: right;}
.container > .mainBox{background: #fff;}
.bg-white{background: #fff;}
.ov-h{overflow: hidden;}
.innerBox{overflow:hidden;}
.home-ztzl-list{background: #ffffff;padding: 0 16px 15px 16px;}

/*common*/
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{clear:both;}
.mainNav li a:after,
.links .hd ul li.on span:before,
.transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.imgScale{ overflow: hidden; }
.imgScale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgScale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.hover-opacity:hover{filter:alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;}
.text-nowrap,
.text-nowrap p,
.text-nowrap a,
.text-nowrap span,
.text-nowrap font
{display:block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.text-nowrap a{display: inline-block; max-width: 100%;}
.zdlygkpic{display: block; position: absolute;bottom: -4px;}

/***** header *****/
.header{position: relative; background: url(../images/header_bg.jpg) no-repeat center top #e4f2fd;}
.header-t{height: 40px; line-height: 40px; font-size: 14px; color: #eff7ff;}
.header-t a{color: #eff7ff;}
.header-t a:hover{color: #17519d;}
.header-t-l{float: left;}
.header-t li{position: relative; padding-left: 11px; float: left; margin-right: 11px;}
.header-t li + li:before{position: absolute; left: 0; top: 50%; margin-top: -5px; content:''; width: 1px; height:10px; background: #aed3f8;}
.header-t .pullDown{position: relative;}

.header-t .drop{position:absolute; top:33px; left:50%; margin-left:-52px; width:120px; padding-top: 7px; display:none; z-index:9; display:none;}
.header-t .drop:before{content:''; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:rgba(0,0,0,0.5); -webkit-border-bottom-color:rgba(0,0,0,0.5); position:absolute; left:50%; top:-7px; margin-left:-7px;}
.header-t .drop dt{padding:10px; background: rgba(0,0,0,0.5); -webkit-background: rgba(0,0,0,0.5); border-radius: 8px; overflow: hidden;}
.header-t .drop dt img{display:block; margin:0 auto; width:100%; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.header-t .drop dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-t li:hover .drop{display: block;}
.header-t-l li:first-child{padding-left: 0;}
.header-t-r li:last-child{margi-right: 0;}

.header-choose-btn{display:none;}
.header-banner{height: 210px; }
.header-banner .container{position: relative;}

.home-logo{padding:0 0 25px; display: none;}
.header-logo img{display: block; margin: 0 auto;}
.column-logo{position:absolute; left: 0; top: 42px;}
.header-search{ position: absolute; right: 0; top: 62px; width:410px; margin:0 auto 55px; padding:0 119px 0 0;}
.header-search .s-txt{padding: 0 20px 0 54px;height: 43px;font-size: 1.125em;border:#3279d6 2px solid;border-right: 0;color: #666666;background: url(../images/header_icon_search.png) no-repeat 19px center #fff;border-radius: 5px 0 0 5px;-webkit-border-radius: 5px 0 0 5px;}
.header-search .s-btn{position:absolute;top: 0;width:119px;height: 47px;font-size: 1.5em;color: #fff;border:0;cursor:pointer;background:#2f88da;-webkit-border-radius:0 5px 5px 0;-webkit-appearance:none;-webkit-transition: all .3s;}
.header-search .s-btn:hover{filter:alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;}
.header-search .s-txt::-webkit-input-placeholder{color: #b9b9b9;}

.home-body .header{background-image: url(../images/home_header_bg.jpg);}
.home-body .header-banner{height: auto;}
.home-body .home-logo{display: block;}
.home-body .column-logo{display: none;}
.home-body .header-search{width:581px; position: relative; right: auto; top: auto;}
.home-body .header-search .s-txt{width: 430px;}

.header-mainNav{position:relative; height: 60px; background: #1b5bb0;}
.mainNav{position:relative;}
.mainNav li{float: left; position: relative; width: 14.2857%;}
.mainNav li a{display:block; position: relative; line-height: 60px; font-size: 1.25em; text-align:center; color: #fff; }
.mainNav li a:after{content:''; position: absolute; width: 152px; height: 0; top: 0; left: 50%; margin-left: -76px; background: url(../images/mainnav_on.png) no-repeat; overflow: hidden;}
.mainNav li a:hover:after, .mainNav li.on a:after{height: 38px; top: -24px;}
.mainNav li a:hover, .mainNav li.on a{font-weight: bold;}
.mainNav li.li-index a span{padding-left: 30px; background: url(../images/mainnav_icon_index.png) no-repeat left center;}
.mainNav li.li-index.on a:after{display: none; height: 0;}


/*footer*/
.links .hd{position: relative; padding-left: 114px;}
.links .hd h3{position: absolute; left: 0; font-size: 1.5em; line-height: 42px; color: #17519d;}
.links .hd ul{margin: 0 -10px;}
.links .hd ul li{float: left; width: 16.6%;}
.links .hd ul li span{display: block; position: relative; z-index:5; padding:0 15px; margin:0 10px; height:42px; text-align: center; line-height: 42px;color: #666666;  background: #f0f1f2;}
.links .hd ul li span a{display: block; color:#666666; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; cursor: pointer;}
.links .hd ul li.hs span{text-align: left; padding-right: 30px;}
.links .hd ul li.hs span:before{content: ''; position: absolute; right:15px; top: 50%; margin-top: -4.5px; width:15px; height: 9px; background: url(../images/links_arrow.png) no-repeat; filter:alpha(opacity=45); -moz-opacity: 0.45; opacity:0.45;}

.links .hd ul li.on{margin-bottom: 8px;}
.links .hd ul li.on span{color: #333; font-weight: bold; background: #e6e6e6;}
.links .hd ul li.on span a{ color: #333;}
.links .hd ul li.on span:before{filter:alpha(opacity=100); -moz-opacity: 1; opacity:1; transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg);}
.links .hd ul li.on span:after{content:''; height: 8px; position: absolute; top: 42px; left: 0; right: 0;  background: #e6e6e6;}

.links .bd ul{overflow: hidden; padding: 10px 20px; background: #e6e6e6; border-radius:0 0 3px 3px; display: none;}
.links .bd ul li{float: left; width: 20%;}
.links .bd ul li h4{padding:5px 0; font-size:14px; font-weight: normal; line-height:1.6em; overflow:hidden; vertical-align:top;}
.links .bd ul li a{color:#666; float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.links .bd ul li a:hover{color:#0e59a4;}

.footer{clear: both; background: #124a91; color: #a8c9f3;}
.footer-cont{position: relative; padding:30px 210px 30px 0; min-height: 80px; overflow: hidden;}
.footer-nav{margin:0 0 15px -15px; font-size: 1.125em;}
.footer-nav a{ margin: 0 15px; color: #e4f0ff;display:inline-block}
.footer-wzbs{position: absolute; right: 0; top: 50%; margin-top: -40px;}
.footer-wzbs img{vertical-align: middle;}
.footer-copyright{text-align: left; line-height: 32px;word-break:keep-all}
.footer-copyright .beian{padding-left: 25px; margin-left: 5px; background: url(../images/beian.png) no-repeat left center;}
.footer-copyright a{color:#a8c9f3;}
.footer-copyright a:hover{text-decoration: underline;}
.footer-nav a:hover, .footer-copyright a:hover{color: #fff; text-decoration: underline;}

/* crumb */
.crumb{padding:22px 0; font-size:15px; line-height:24px;}
.crumb dl{position:relative;}
.crumb dl dt{position:absolute; top:0; left:25px; width:22px; height:27px; background:url(../images/pages/crumb.png) no-repeat left 0;}
.crumb dl dd{margin-left:60px;}
.crumb dl dd em{font-style:normal;}
.crumb a{display:inline-block;}
.crumb span{color:#1a5ab1;}


/* tab */
.tab-brief > .hd{border-bottom:#cccccc 1px solid; }
.tab-brief > .hd li{float:left; position: relative; padding: 0 0 14px; font-size: 1.5em;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li a{color: #5c5c5c;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 4px; background: #17519d;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on{ font-weight: bold;}
.tab-brief > .hd li.on a, .tab-brief > .hd li a:hover{color: #17519d;}
.tab-brief > .hd .common-more{padding-top: 8px;}
.tab-brief > .hd .sub{float: right; padding-top: 5px; font-size: 1.1em;}
.tab-brief > .hd .sub a + a{margin-left: 10px;}
.tab-brief > .hd .sub a.on{color: #1b5bb0;}

.common-more{float:right; padding-top:8px;}
.common-more a{color:#999;}
.common-more a:hover{color:#070d16;}
.tab-brief .bd > .newsList, .tab-card .bd > .newsList{margin-top: 4px;}

.common-title h3{position:relative; display: inline-block; font-size:1.5em; font-weight:bold; color:#0e59a4;}
.common-title.iconLeft h3:before{position:absolute; top:50%; left:0; content:""; width:5px; height:22px; margin-top:-11px; background-color:#0e59a4;}
.common-title h3 a{color:#0e59a4;}
.common-title.iconLeft h3{padding-left:20px;}
.common-title.s h3{font-size:1.375em; font-weight: normal;}
.common-title.iconLeft.s h3:before{width: 5px;  height: 18px; margin-top: -9px;}

.common-title .currentName{position:relative; float:left; padding-left:20px; font-size:1.25em; font-weight:bold; color:#1a5eaf;}
.common-title .currentName:before{position:absolute; top:50%; left:0; content:""; width:5px; height:22px; margin-top:-11px; background-color:#dd4c3f;}
.common-title .currentName a{color:#1a5eaf;}

.tab-card .hd{height:42px; line-height:42px; background-color:#f5f5f5;}
.tab-card .hd li{float:left; position: relative;}
.tab-card .hd li a{display: block; line-height:42px; padding: 0 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.tab-card .hd li.on{cursor:pointer;}
.tab-card .hd li.on a{background:#17519b; color: #fff; height: 42px;}
.tab-card .hd li.on:after{width: 100%;}
.tab-card .hd .more{float: right; line-height: 42px; margin-right: 15px;}
.tab-card .hd .more a{font-size: 14px; color: #666666;}
.tab-card .hd .more a:hover{color: #17519b;}
.tab-card-fs18 .hd li{font-size: 1.125em;}
.tab-card-fs20 .hd li{font-size: 1.25em;}
.tab-card-fs20 .hd .more a{font-size:1em;}
.tab-card-bold .hd li{font-weight: bold;}
.tab-card-arrow .hd{font-weight: normal;}
.tab-card-arrow .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 6px; border-top-color: #17519b; margin-left: -6px;}
.tab-card-line .hd{border-bottom: 1px solid #17519b;}


/* newsList */
.newsList{clear: both;}
.newsList h4{position:relative;padding:6px 0 6px 18px;font-size: 1em;font-weight: normal;line-height: 1.5em;overflow:hidden;vertical-align:top;}
.newsList li h4:before{content:'';position:absolute;left:0;top: 50%;margin-top: -2px;width: 4px;height: 4px;background: #124a91;}
.newsList li .time{position:absolute;right:0;top: 50%;margin-top: -.8em;color:#999999;}
.newsList li a{float:left;max-width:100%;color:#333333;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;}
.newsList li a:hover, .newsList-h4 li a:hover{color: #17519d;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
#zxfts_list h4{line-height:1.6em;}

.rel-appendixs{display:none; margin-top:20px; border-top:2px solid #efefef;}
.rel-appendixs h3{padding:25px 0 10px; color:#333333; font-weight:bold; font-size:1em;}
.rel-appendixs .infoList li h4 a:before{background-color:#999;}

/*pagediv*/
.pagediv{padding:20px 0; font-size:14px; color:#555; line-height:28px; text-align:center; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #555;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px; 
}
.pagediv  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
transition: all .2s;
-webkit-transition: all .2s;
background: #f1f1f1;
background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background:#5d7ea9; border-color:#5d7ea9; color:#fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}
.page_jump{margin-left: 4px;}
.page_jump a{margin-left: 6px;}


/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}   
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; line-height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;} 
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;} 

/*easyBtn*/
.easyBtn{ position:fixed; right:10px; bottom: 10px; z-index:9999; background: #2f78da; border-radius:5px; -webkit-border-radius:5px; padding: 5px 0;
background: -moz-linear-gradient(top, #2f76da 0%, #2f9cda 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f76da), color-stop(100%,#2f9cda));
background: -webkit-linear-gradient(top, #2f76da 0%,#2f9cda 100%);
background: -o-linear-gradient(top, #2f76da 0%,#2f9cda 100%);
background: -ms-linear-gradient(top, #2f76da 0%,#2f9cda 100%);
background: linear-gradient(to bottom, #2f76da 0%,#2f9cda 100%);
}
.easyBtn dl{position: relative;}
.easyBtn dl dt{margin-bottom:1px;}
.easyBtn dl dt a{ display:block; width:84px; padding:5px 0 10px;  cursor:pointer;}
.easyBtn dl dt a:before{content:''; display: block; margin:5px auto; width: 60px; height: 40px;  background:url(../images/easyBtn_icons.png) no-repeat;}
.easyBtn dl dt a span{display: block; text-align: center; color:#fff; font-size:13px;}
.easyBtn dl dt a:hover, .easyBtn dl.on dt a{background:rgba(255,255,255,0.15); -webkit-background:rgba(255,255,255,0.15); -o-background:rgba(255,255,255,0.15);}
.easyBtn dl.dl-ymtgz dt a:before{background-position: 0 -6px;}
.easyBtn dl.dl-wzgz dt a:before{background-position: 0 -43px;}
.easyBtn dl.dl-znwd dt a:before{background-position: 0 -85px;}
.easyBtn dl.dl-wx dt a:before{background-position: 0 -123px;}
.easyBtn dl.dl-mobile dt a:before{background-position: 0 -166px;}
.easyBtn dl.dl-gft dt a:before{background-position: 0 -208px;}
.easyBtn dl.dl-ts dt a:before{background-position: 0 -286px;}
.easyBtn dl.dl-login dt a:before{background-position: 0 -240px;}

.easyBtn dl dd{ position:absolute; right:100%; top: 0; padding-right: 5px; display: none;}
.easyBtn dl dd .cont{position: relative; padding:10px; *border:#dae0e4 1px solid; background:#fff; -moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -ms-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -o-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.18);; box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.easyBtn dl dd img{display:block; width:100px; height:100px;}
.easyBtn dl dd span{display:block; width:100px; text-align:center; padding-top:6px; font-size:12px; font-family:"宋体"; color:#666; line-height:18px;}
.easyBtn dl dd .cont:after{ content:""; width:0; height:0; overflow:hidden; border:10px solid transparent; border-left-color:#fff; position:absolute; right:-20px; top:15px;}
.easyBtn dl dd .cont:before{content:""; width:0; height:0; overflow:hidden; border:11px solid transparent; border-left-color:#dae0e4; position:absolute; right:-22px; top:14px;}
.easyBtn dl.dl-ts dd{top: auto; bottom:-5px;}
.easyBtn dl.dl-ts  dd .cont:after{top: 61px;}
.easyBtn dl.dl-ts  dd .cont:before{top: 60px;}




/*新媒体矩阵*/
.xsq_box{margin: 0 auto;}
.xmtjz-tit{background: #dcdcdc;text-align: center;padding: 12px}  
.xmtjz-tit ul li{display: inline-block;vertical-align: middle;padding: 0 20px;}
.xmtjz-tit ul li a{font-size: 20px;color: #5c5c5c}
.xmtjz-tit ul li.on {font-weight: bold;}
.xmtjz-tit ul li.on a{color:#17519d}
.xsq_box_main{width: 100%; height: auto; margin-top: 10px;margin-bottom: 20px;}
.xsq_box_main ul li{position: relative; display: block; float: left; margin: 16px 8px 0 10px; width:23%; border: 1px solid #c8c8c8; font: 16px/42px "微软雅黑";}
.xsq_box_main ul li.cur, .xsq_box_main ul li:hover{color: #014886; border: 1px solid #014886;}
.xsq_box_main ul li.cur a, .xsq_box_main ul li:hover a{color: #014886 !important;}
.xsq_box_main ul li a.title{display: block; line-height: 42px; text-align: left; font-size: 16px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.xsq_box_main ul li .ewmimg{display: none; width: 260px; border: 1px solid #e3e3e3; z-index: 999; background: #fff; position: absolute; padding-top: 10px; bottom: 50px; left: 46%; padding-left: 0px; margin: 0 0 0 -120px; border-radius: 8px;}
.xsq_box_main ul li .ewmimg h3{font-size: 15px; height: 42px; line-height: 42px; overflow: hidden; text-align: center; color: #014886;}
.xsq_box_main ul li .imgbox{text-align: center;}
.xsq_box_main ul li .imgbox a{display: inline-block; margin: 5px; height: 125px; width: 102px; line-height: 0; background: none !important;}
.xsq_box_main ul li .imgbox .weixi{cursor: default;}
.xsq_box_main ul li .imgbox img{width: 96px; height: 96px; vertical-align: middle; margin: 0 !important;}
.xsq_box_main ul li .imgbox span{display: block; line-height: 24px; padding: 1px; vertical-align: middle; font-size: 14px; text-align: center;}
.xsq_box_main ul li.active{z-index: 1;}
.xsq_box_main ul li.active i{display: block; background: url(../images/2020jjs_icon.png) center 0 no-repeat; z-index: 9999; height: 10px; position: absolute; left: 0; bottom: -9px; width: 100%;}
.xsq_box_main ul li.active .ewmimg{display: block; z-index: 99;}
@media (max-width: 992px){
.xsq_box_main ul li{width:157px;}
}
/*新媒体矩阵*/




.bigwidth{width:100%;padding: 30px 0px 30px 0px;}
.new-row-l{width: 50%;}
.new-row-r{width: 50%;}
.common-title{width: 100%;padding: 0 15px;}
.common-title h3{position:relative;display: inline-block;font-size:2em;font-weight:bold;color:#333333;padding-top: 10px;}
.common-title span{font-size:1.5em; color:#bddaff;}
.zfxxgk-title h3{color:#17519d;font-size: 1.25em;/* padding: 0 15px; */}
.xxgkmu-list{overflow: hidden;}
.xxgkmu-list li{}
.xxgkmu-list li a{display: block;float: left;width: 28%;line-height: 35px;font-size: 1em;background: url(/gzszf/xhtml/2021/images/zwgktb.png) no-repeat center left;padding-left: 35px;}
.zylm-list{overflow: hidden;margin-top: 30px}
.zylm-list li{}
.zylm-list li a{display: block;float: left;width: 15%;/* background: #6fa8f2; */text-align: center;margin-right: 30px;line-height: 38px;margin-bottom: 25px;color: #fdfdfd;border: 1px #6fa8f2 solid;color: #0E59A4;}
.zylm-list li a:hover{background: #f7f7f7;}
.wgk-list{overflow: hidden;margin-top: 19px;}
.wgk-list li{}
.wgk-list li a{display: block;float: left;line-height: 38px;border: solid 1px #6fa8f2;margin-right: 28px;width: 15%;text-align: center;/* font-size: 1.5em; */color: #0E59A4;/* background: #6fa8f2; */}
.wgk-list li a:hover{background: #f7f7f7;}
.yyhzwgktab{width: 98%;margin: 0 15px;background: #E6F3FF;}
.yyhzwgktab .hd{float: left;width: 12%;}
.yyhzwgktab .hd ul li {}
.yyhzwgktab .hd ul .on a{font-size: 1.5em;width: 114%;line-height: 60px;background: #17519d;color: #fdfdfd;transition: width 1.2s;}
.yyhzwgktab .hd ul li a{display: block;line-height: 48px;width: 98%;background: #C0DBFF;margin-bottom: 1px;text-align: center;color: #17519D;}
.yyhzwgktab .bd{float: right;width: 84%;padding-top: 16px;}
.yyhzwgktab .bd ul li{}
.yyhzwgktab .bd ul li a{display: block;float: left;width: 12%;text-align: center;margin-right: 30px;line-height: 38px;margin-bottom: 20px;color: #17519d;border:  solid 1px #6fa8f2;padding: 0 10px;position: relative;z-index: 1;}
.yyhzwgktab .bd ul li a:after{-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition: 800ms;height: 100%;}
.yyhzwgktab .bd ul li a:after{content: '';height: 100%;width: 0px;position: absolute;left: 0;top: 0px;background: #b1d2ed;z-index: -1;}
.yyhzwgktab .bd ul li a:hover:after{width:100%}
.zyj_lvygfe{overflow:hidden;margin-bottom:30px;padding: 0 15px;}
.zyj_goer{float:left;width: 37%;height: 177px;margin:24px 24px 0px 0px}
.zyj_goer img{display:block;width:100%;height:100%}
.zyj_gosa{width:41%;float:left;margin-top:24px;height: 177px;margin-right:20px;font-size:16px}
.zyj_gosa .hd-blue{font-size:18px;color:#1f77d3;font-weight:bold}
.zyj_gosa a{color:#333;font-size:16px;font-weight:bold;padding-bottom:17px}
.zyj_gosa p{color:#666;font-size:16px;font-weight:500;padding: 15px 0px;}
.zyj_gosa .hd-blue{font-size:18px;color:#1f77d3;font-weight:bold}
.zyj_gosa span{color:#666;font-size:16px;font-weight:500}
.wgk-lists {width: 100%;padding: 0 15px;}
.wgk-lists li{}
.wgk-lists li a{display: block;float: left;line-height: 50px;border: solid 1px #e6f3ff;margin-right: 15px;width: 13%;text-align: center;/* font-size: 1.5em; */color: #FDFDFF;background: #6fa8f2;}
.xsq_box{overflow:hidden;margin-bottom: 10px;}
.xsq_box ul{}
.xsq_box ul li{width: 50%;float: left;margin-right:-20px;}
.xsq_box ul li:last-child{float:right;}
.xsq_box ul li a{}
.xsq_box ul li a img{}
.home-logo{position: absolute;left: 50%;top: 70px;margin-left: -250px;}
.home-body .header-search{position: absolute;right: 50%;top: 208px;margin-right: -406px;opacity: 0.8;}
.home-body .header{background-image: none;}
.fstbj{width:100%;height:100%}
.fstbj .bd{width:100%;height:100%}
.fstbj .bd img{width:100%;height:100%}
.header{background: none;}
.mainNav li a:after{background:none}
.mainNav{background: #1b5bb0;/*top: 810px*/}
.header-search{}
.common-col-space{margin:0px;padding: 0 0 15px 0;}
.links{padding: 0 15px}
#anniu{width: 4%;}
#anniu a{text-align: right;}
#anniu span{font-size: 2em; display: block;}
.bigwidth{padding-bottom:0px}
.com-table .table-row .c2:before{content:'';position:absolute;left:0;top: 50%;margin-top: -2px;width: 4px;height: 4px;background: #124a91;}
.com-table{font-size:0;}
.com-table .table-head{overflow: hidden;}
.com-table .table-head .table-item{position:relative;height:42px;line-height:42px;color:#17519D;font-size:15px;text-align:center;overflow:auto;word-wrap:break-word;word-break:break-all}
.com-table .table-head .i1{width:16%}
.com-table .table-head .i2{width:44%}
.com-table .table-head .i3{width:14%}
.com-table .table-head .i4{width:16%}
.com-table .table-head .i5{width:10%}
.com-table .table-body .table-row:first-child{border-top:0}
.com-table .table-body .atv{background-color:#f6f6f6}
.com-table .table-row .cell{position:relative;padding:1%;line-height: 1.53;color:#333;font-size:15px;word-wrap:break-word;word-break:break-all;}
.com-table .table-row .cell .tit:hover{color:#1b5cb0}
.com-table .table-row .cell .sign{color:#4C72AC;font-size:16px}
.com-table .table-row .cell .opt{margin:0 1%;padding:2px 0;width:48%;color:#fff;text-align:center;border-radius:2px}
.com-table .table-row .cell .opt1{background-color:#1a95d3}
.com-table .table-row .cell .opt2{background-color:#00bb2f}
.com-table .table-row .cell .opt1:hover,.com-table .table-row .cell .opt1:active{background-color:#20a5e8}
.com-table .table-row .cell .opt2:hover,.com-table .table-row .cell .opt1:active{background-color:#06d63a}
.com-table .table-row .c3,.com-table .table-row .c4,.com-table .table-row .c5{text-align:center}
.com-table .table-row .c1{width:14%}
.com-table .table-row .c2{width: 64%;padding-left: 15px;}
.com-table .table-row .c3{width:12%}
.com-table .table-row .c4{width: 24%;color:#999999;font-size: 16px;}
.com-table .table-row .c5{width:8%}
.new-row-l1{width: 58%;}
.new-row-r1{width: 40%;height: 324px;position: relative;}

@media (max-width: 992px) {
.xxgkmu-list li a{width: 39%;}
.zylm-list li a{width: 24%;}
.zylm-list li:last-child a{width: 89%;}
.wgk-list li a{width: 43%;margin-bottom: 5px;margin-right: 8px;}
.wgk-list li:last-child a{width: 89%;}
.yyhzwgktab .hd ul li a{width: 18%;line-height: 46px;float: left;margin-right: 5px;font-size: 0.5em;}
.yyhzwgktab .hd ul .on a{width: 18%;line-height: 45px;font-size: 1em;}
.yyhzwgktab .bd ul li a{width: 23%;margin-right: 10px;}
.wgk-lists li:last-child a{width: 95%;}
.wgk-lists li a{width: 45%;margin-bottom: 5px;}
.xsq_box ul li{width: 100%;margin-right: 0px;}
.yyhzwgktab .bd{width: 100%;}
.zyj_goer{margin: 0px;height: auto;width: 100%;}
.zyj_gosa{width: 100%;height: auto;margin-right: 0px;}
.zyj_gosa span{font-size: 0.9em;}
.zyj_gosa .hd-blue{font-size: 0.9em;}
.zyj_gosa p{font-size: 0.9em;padding: 12px 0px;}
.zyj_gosa a{font-size: 0.9em;}
.zyj_lvygfe{margin-bottom: 0px;padding: 0px;}
.bigwidth{padding:0px;}
.home-news{padding-top: 30px}
.yyhzwgktab .hd{float: left;width: 100%;}
.header-banner{height: 115px;}
.home-logo{top:0px;left: 50%;margin-left: -222px;}
#anniu{display: none;}
.home-body .header-search{margin-right: -194px;top: 95px;}
.container{width:100%}
}
                                          